[Xen-devel] [PATCH] PoD: Fix domain build populate-on-demand cache allocation
authorGeorge Dunlap <george.dunlap@eu.citrix.com>
Wed, 11 Aug 2010 14:56:21 +0000 (15:56 +0100)
committerGeorge Dunlap <george.dunlap@eu.citrix.com>
Wed, 11 Aug 2010 14:56:21 +0000 (15:56 +0100)
commit2fb2bf3c2883ba042aa220b80f659c0468a650ea
tree733cb21864d31e6d0154ee420fa62b825bd0f209
parente6bde27c8258693f726858a46eaa72acffdfcf22
[Xen-devel] [PATCH] PoD: Fix domain build populate-on-demand cache allocation
Rather than trying to count the number of PoD entries we're putting in, we
simply pass the target # of pages - the vga hole, and let the hypervisor
do the calculation.

Signed-off-by: George Dunlap <george.dunlap@eu.citrix.com>
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
tools/libxc/xc_hvm_build.c